home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1997-09-02  |  1KB  |  73 lines

  1. object Form6: TForm6
  2.   Left = 200
  3.   Top = 109
  4.   Width = 297
  5.   Height = 139
  6.   Caption = 'Finger O Death'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 0
  16.     Top = 8
  17.     Width = 57
  18.     Height = 25
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 0
  25.     Top = 32
  26.     Width = 57
  27.     Height = 17
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Host'
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 56
  34.     Top = 8
  35.     Width = 217
  36.     Height = 21
  37.     AutoSize = False
  38.     TabOrder = 0
  39.     Text = 'Name@@@@@@@@@@@@@@@@'
  40.   end
  41.   object Edit2: TEdit
  42.     Left = 56
  43.     Top = 32
  44.     Width = 129
  45.     Height = 21
  46.     AutoSize = False
  47.     TabOrder = 1
  48.     Text = 'Host.com'
  49.   end
  50.   object Button1: TButton
  51.     Left = 16
  52.     Top = 72
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Finger Them!'
  56.     TabOrder = 2
  57.     OnClick = Button1Click
  58.   end
  59.   object Button2: TButton
  60.     Left = 152
  61.     Top = 72
  62.     Width = 81
  63.     Height = 25
  64.     Caption = 'Menu'
  65.     TabOrder = 3
  66.     OnClick = Button2Click
  67.   end
  68.   object smuck: T_Finger
  69.     Left = 248
  70.     Top = 40
  71.   end
  72. end
  73.